home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / mathmodule_protos.h < prev    next >
Text File  |  1998-01-26  |  424b  |  9 lines

  1.  
  2. /* mathmodule.c */
  3. static PyObject *math_error ( void );
  4. static PyObject *math_1 ( PyObject *args , double (*func )Py_FPROTO ((double )));
  5. static PyObject *math_2 ( PyObject *args , double (*func )Py_FPROTO ((double ,double )));
  6. static PyObject *math_ldexp ( PyObject *self , PyObject *args );
  7. static PyObject *math_modf ( PyObject *self , PyObject *args );
  8. static PyObject *math_frexp ( PyObject *self , PyObject *args );
  9.